|
CallGraph
|
#include <uicallgraphuicallgraph.h>


Public Member Functions | |
| uicallgraphuicallgraph (wxWindow *parent) | |
Protected Member Functions | |
| void | OnPaint (wxPaintEvent &event) |
| void | OnSaveCallGraph (wxCommandEvent &event) |
| void | OnClosePanel (wxCommandEvent &event) |
Implementing uicallgraph
Definition at line 14 of file uicallgraphuicallgraph.h.
| uicallgraphuicallgraph::uicallgraphuicallgraph | ( | wxWindow * | parent | ) |
Constructor
Definition at line 3 of file uicallgraphuicallgraph.cpp.
| void uicallgraphuicallgraph::OnClosePanel | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Reimplemented from uicallgraph.
Definition at line 20 of file uicallgraphuicallgraph.cpp.
| void uicallgraphuicallgraph::OnPaint | ( | wxPaintEvent & | event | ) | [protected, virtual] |
Reimplemented from uicallgraph.
Definition at line 10 of file uicallgraphuicallgraph.cpp.
| void uicallgraphuicallgraph::OnSaveCallGraph | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Reimplemented from uicallgraph.
Definition at line 15 of file uicallgraphuicallgraph.cpp.
1.7.6.1